net/http.http2clientConnPool.addConnIfNeeded (method)

2 uses

	net/http (current package)
		h2_bundle.go#L882: func (p *http2clientConnPool) addConnIfNeeded(key string, t *http2Transport, c *tls.Conn) (used bool, err error) {
		h2_bundle.go#L7338: 		if used, err := connPool.addConnIfNeeded(addr, t2, c); err != nil {